projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90b97c
)
GtkFileSystem: Add to the list of remote filesystems
author
Ross Lagerwall
<rosslagerwall@gmail.com>
Tue, 8 Sep 2015 22:12:54 +0000
(23:12 +0100)
committer
Ross Lagerwall
<rosslagerwall@gmail.com>
Thu, 10 Sep 2015 20:46:36 +0000
(21:46 +0100)
Add afp and google-drive to the list of remote filesystems.
https://bugzilla.gnome.org/show_bug.cgi?id=754746
gtk/gtkfilesystem.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilesystem.c
b/gtk/gtkfilesystem.c
index 421166325f609409baa45e852ed136ec89228bf6..4ed028f432a64f13cd2678110815004b114ef3b4 100644
(file)
--- a/
gtk/gtkfilesystem.c
+++ b/
gtk/gtkfilesystem.c
@@
-924,6
+924,8
@@
_gtk_file_has_native_path (GFile *file)
}
static const gchar * const remote_types[] = {
+ "afp",
+ "google-drive",
"sftp",
"webdav",
"ftp",